home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / German.lproj / alias.nib / data.classes next >
Encoding:
Text File  |  1992-06-18  |  528 b   |  49 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     performResize:;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. IconView = {
  8.     SUPERCLASS = View;
  9. };
  10. NXBrowser = {
  11.     OUTLETS = {
  12.     delegate;
  13.     target;
  14.     };
  15.     SUPERCLASS = Control;
  16. };
  17. AliasBrowser = {
  18.     ACTIONS = {
  19.     edit:;
  20.     remove:;
  21.     rename:;
  22.     returnHit:;
  23.     find:;
  24.     add:;
  25.     doit:;
  26.     appendCc:;
  27.     append:;
  28.     };
  29.     OUTLETS = {
  30.     win;
  31.     box;
  32.     add;
  33.     form;
  34.     browser;
  35.     status;
  36.     well;
  37.     to;
  38.     cc;
  39.     append;
  40.     rename;
  41.     remove;
  42.     appIcon;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46. Browser = {
  47.     SUPERCLASS = Control;
  48. };
  49.